home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.org6.tem.STYLE1.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.1 KB  |  116 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     background-image: url("../images/background.gif");
  6.     background-repeat: repeat;
  7.     background-attachment: scroll;
  8. }
  9. #container {
  10.     width: 620px;
  11.     margin: 0 auto;
  12.     padding: 10px;
  13.     border-right: 2px solid #725972;
  14.     border-bottom: 2px solid #725972;
  15.     border-left: 2px solid #725972;
  16.     background-color: #fff;
  17. }
  18. #masthead {
  19.     text-align: center;
  20.     width: 600px;
  21.     padding: 10px;
  22.     border: 1px dotted #725972;
  23.     background-image: url("../images/masthead.gif");
  24.     background-repeat: repeat;
  25.     background-attachment: scroll;
  26. }
  27. #navigation {
  28.     position: relative;
  29.     float: left;
  30.     width: 139px;
  31.     margin-top: 10px;
  32.     margin-bottom: 10px;
  33.     border-right: 1px dotted #725972;
  34. }
  35. #content {
  36.     float: left;
  37.     width: 470px;
  38.     margin-top: 10px;
  39.     margin-bottom: 10px;
  40.     margin-left: 10px;
  41. }
  42. #footer {
  43.     text-align: center;
  44.     clear: both;
  45.     width: 618px;
  46.     border: 1px dotted #d8bfd8;
  47. }
  48. /* Masthead Styles */
  49. #masthead h1 {
  50.     color: #fff;
  51. }
  52. #masthead h3 {
  53.     color: #402640;
  54. }
  55. /* Navigation Styles */
  56. #navigation ul {
  57.     list-style-type: none;
  58.     width: 100%;
  59.     display: block;
  60.     margin: 0;
  61.     padding: 0;
  62. }
  63. #navigation li {
  64.     display: block;
  65.     margin: 0;
  66.     padding: 0;
  67.     border: 1px dotted #dfb8df;
  68.     background-color: #dfb8df;
  69. }
  70. #navigation a {
  71.     color: #402640;
  72.     text-decoration: none;
  73.     display: block;
  74.     padding: 5px;
  75.     border-bottom: 1px dotted #fff;
  76.     background-color: #dfb8df;
  77. }
  78. #navigation a:hover {
  79.     color: #402640;
  80.     text-decoration: none;
  81.     background-color: #fff;
  82. }
  83. /* Content Styles */
  84. #content h1,h2,h3,h4,h5,h6 {
  85.     color: #503750;
  86. }
  87. #content img {
  88.     padding: 5px;
  89.     border: 1px solid #402640;
  90. }
  91. /* Footer Styles */
  92. #footer p {
  93.     color: #808080;
  94. }
  95. #footer a {
  96.     color: #503750;
  97.     text-decoration: underline;
  98. }
  99. #footer a:hover {
  100.     color: #402640;
  101.     text-decoration: none;
  102. }
  103. a {
  104.     color: #402640;
  105.     text-decoration: underline;
  106. }
  107. a:hover {
  108.     color: #dfb8df;
  109.     text-decoration: underline;
  110. }
  111. .style_bold {
  112.     font-weight: bold;
  113. }
  114. .style_italic {
  115.     font-style: italic;
  116. }